Write to RAM
Format
:
write data:RN -> target:RN
Description
: Writes data to target in RAM. Only 12 bits are taken from target, and it is therefore impossible to write out of bounds.
Cycles
: 2
Example
:
write r0 -> 0x100
See also
:
Read from RAM